home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc5gcdm.dxr / 00202.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  305 b   |  17 lines

  1. on mouseDown
  2.   set the movieRate of sprite 10 to 0
  3.   set the controller of sprite(10) to 0
  4.   updateStage()
  5.   set the visible of sprite 45 to 0
  6.   puppetSound("Tone")
  7.   updateStage()
  8.   repeat while the mouseDown
  9.     nothing()
  10.   end repeat
  11.   set the visible of sprite 45 to 1
  12. end
  13.  
  14. on mouseUp
  15.   go(#next)
  16. end
  17.